vcObject

A base class for all objects. A vcObject becomes invalid when the object it represents is deleted. Accessing properties or methods of such vcObject will raise a ValueError telling that it has been invalidated. It is possible to use "IsValid" property to check the state, without raising an exception.

See in: Overview

Module: vcCore

Parent: -

Children: vcBitmap, vcBoundingBox, vcCamera, vcCollisionManager, vcCollisionRecord, vcCommand, ... (see more)
vcBitmap
vcBoundingBox
vcCamera
vcCollisionManager
vcCollisionRecord
vcCommand
vcCommandPanel
vcCommandPanelButton
vcConnector
vcDof
vcFocusModeManager
vcFocusSet
vcLayer
vcLayoutItem
vcLayoutVisualization
vcLayoutVisualizationSettings
vcLight
vcMaterial
vcNode
vcPackFolder
vcProperty
vcPropertyContainer
vcQuantity
vcSimulation
vcStatisticsChart
vcStatisticsSeries
vcStatisticsTab
vcUnit
vcUnitFamily
vcUnitGroup
vcView
vcVolumeDetector
vcWorldManager

Referenced by: vcGeometryContainer.createGeometrySet(), vcNode.Parent, vcNodeListEntry.Node, vcPositionTarget.Container, ... (see more)
vcGeometryContainer.createGeometrySet()
vcNode.Parent
vcNodeListEntry.Node
vcPositionTarget.Container
vcProductCreator.Feed
vcProductFilter.Owner
vcReferenceProperty.Value
vcScope.Parent
vcSnapService.TargetGeoset
vcSnapService.TargetNode
vcTopologyPickService.TargetGeometrySet
vcTopologyPickService.TargetNode

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
IsValidBooleanRGets a value that defines if the object contained in this wrapper is still valid.